home *** CD-ROM | disk | FTP | other *** search
/ PC Direct 1996 February / PC Direct CD-ROM (February 1996).iso / software / claris / impact / disk12 / impact.rs_ / impact.rs / TEXT_221.txt < prev    next >
Encoding:
Text File  |  1995-08-28  |  284 b   |  11 lines

  1. LEN (Length)
  2. Counts the number of characters in the text argument, including spaces, numbers, and special characters.
  3.  
  4. Format: LEN (text)
  5.  
  6. Argument:
  7. ΓÇó  text: A text expression.
  8.  
  9. Example:
  10. LEN ("Cowabunga!") returns 10.
  11. Shows that the text in the text argument contains 10 characters.